import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const MinusSmall: import("svelte").Component; type MinusSmall = ReturnType; export default MinusSmall; //# sourceMappingURL=minus-small.svelte.d.ts.map