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