import { AlertProps } from './types'; export declare function styleAlert(props: AlertProps): { main: string[]; icon: string[]; content: string[]; close: string[]; };