/// export interface IconGameControllerProps { size?: string; style?: React.CSSProperties; } export declare const IconGameController: React.FC;