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