--- export interface Props { [key: string]: any; } const { ...props } = Astro.props; ---