import { SvelteComponentTyped } from "svelte"; export declare function mountIcon(): void; declare const __propDef: { props: { [x: string]: any; width?: number; height?: number; fill?: string; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type WarningTriangleProps = typeof __propDef.props; export declare type WarningTriangleEvents = typeof __propDef.events; export declare type WarningTriangleSlots = typeof __propDef.slots; export default class WarningTriangle extends SvelteComponentTyped { } export {};