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