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