export declare const Codebox: ({ children, notes, ...props }: { children: React.ReactNode; notes?: { text: string; id: string; }[] | undefined; }) => import("react/jsx-runtime").JSX.Element;