import './index.pcss'; import { AlertBlock, Props } from "../interfaces"; export declare function alert({ data }: Props): string;