import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type AlertCircleIconProps = typeof __propDef.props; export declare type AlertCircleIconEvents = typeof __propDef.events; export declare type AlertCircleIconSlots = typeof __propDef.slots; export default class AlertCircleIcon extends SvelteComponentTyped { } export {};