export declare class AmplifyPicker { /** Picker button text */ pickerText: string; /** File input accept value */ acceptValue: string; /** File input onChange handler */ inputHandler: (e: Event) => void; componentWillLoad(): void; render(): any; }