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