interface BugsPageProps { text: string; description?: string; className?: string; } export declare function BugsPage({ text, description, className }: BugsPageProps): import("react/jsx-runtime").JSX.Element; export {};