/// interface PlatformInputProps { setFiles: (value: any) => void; setExecutable?: (value: string) => void; setInstallScript?: (value: string) => void; directory?: boolean; } export declare function PlatformInput(props: PlatformInputProps): JSX.Element; export {};