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