interface Props { size?: number; [key: string]: any; } declare const IconTextParagraph: import("svelte").Component; type IconTextParagraph = ReturnType; export default IconTextParagraph;