/// <reference types="svelte" />
interface Props {
    size?: string | number;
}
declare const IconWarning: import("svelte").Component<Props, {}, "">;
type IconWarning = ReturnType<typeof IconWarning>;
export default IconWarning;
