import { AuthResult, PickerConfiguration } from './typeDefs';
export default function GoogleDrivePicker(): [
    (config: PickerConfiguration) => boolean | undefined,
    AuthResult | undefined
];
