import { ElementType, HTMLHopeProps } from "../types"; export declare type AlertDescriptionProps = HTMLHopeProps; export declare function AlertDescription(props: AlertDescriptionProps): import("solid-js").JSX.Element; export declare namespace AlertDescription { var toString: () => string; } //# sourceMappingURL=alert-description.d.ts.map