import { FC, PropsWithChildren } from 'react'; import { AlertStyledProps } from './styled'; export type AlertProps = AlertStyledProps; export declare const Alert: FC>;