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