import { PropsWithChildren } from 'react'; export declare type CustomNotificationProps = { type: string; active?: boolean; }; export declare const CustomNotification: (props: PropsWithChildren) => JSX.Element | null; //# sourceMappingURL=CustomNotification.d.ts.map