interface Props { className: string; } export declare const Warning: ({ className }: Props) => import("react/jsx-runtime").JSX.Element; export {};