import { Page as PageType } from '@/payload-types'; interface WebsiteSectionProps { hero: any; page: PageType; [key: string]: any; } export default function WebsiteSection({ ...args }: WebsiteSectionProps): import("react/jsx-runtime").JSX.Element; export {};