interface Props {
    class?: string;
    size?: number | string;
}
declare const WarningIcon: import("svelte").Component<Props, {}, "">;
type WarningIcon = ReturnType<typeof WarningIcon>;
export default WarningIcon;
//# sourceMappingURL=WarningIcon.svelte.d.ts.map