import * as React from 'react'; declare function Alert(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Alert; export default Alert;