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