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