import AlertProps from './type'; declare const Alert: ({ children, onClose, ...props }: AlertProps) => import("react/jsx-runtime").JSX.Element; export default Alert; //# sourceMappingURL=index.d.ts.map