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