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