import { AlertProps } from './interfaces'; export { AlertProps }; export default function Alert({ type, visible, ...props }: AlertProps): JSX.Element; //# sourceMappingURL=index.d.ts.map