import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type AlertProps = HeadlessProps; export declare function Alert(props: AlertProps): JSX.Element; //# sourceMappingURL=index.d.ts.map