import type { CSSProperties, ReactNode } from 'react'; type NoticeProps = { children: ReactNode; className?: string; 'data-testid'?: string; style?: CSSProperties; }; export declare function Notice({ children, className, 'data-testid': dataTestId, style }: NoticeProps): import("react").JSX.Element; export declare namespace Notice { var displayName: string; } export {}; //# sourceMappingURL=index.d.ts.map