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