type $$ComponentProps = { size?: number; }; declare const IconPlayAlt: import("svelte").Component<$$ComponentProps, {}, "">; type IconPlayAlt = ReturnType; export default IconPlayAlt; //# sourceMappingURL=IconPlayAlt.svelte.d.ts.map