import { StyledComponentProps } from '@mui/material'; interface NoticeProps extends StyledComponentProps { children: string; } export declare function Notice({ children }: NoticeProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Notice.d.ts.map