import { AlertProps } from './interface'; declare const api: (props: AlertProps) => void; export default api;