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