import { JSX } from "solid-js"; type NoticesProps = { data?: any; onClose?: Function; docker?: string; }; export declare function NoticeBox(props: NoticesProps): JSX.Element; export declare function Notices(props: NoticesProps): JSX.Element; export {};