/// import * as S from "../styled-components"; interface TNotification extends S.IMainCssType { number: number; type?: "contained" | "outline"; onClick?: () => void; } export declare const Notification: React.FC; export {};