import * as React from 'react'; import { theme } from '@latitude-data/client'; declare const Alert: React.ForwardRefExoticComponent & theme.ui.alert.Props & { html?: boolean; centerText?: boolean; fontWeight?: 'normal' | 'bold'; } & React.RefAttributes>; export default Alert; //# sourceMappingURL=index.d.ts.map