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