import { authResult, PickerConfiguration } from './typeDefs'; export default function useDrivePicker(): [ (config: PickerConfiguration) => boolean | undefined, authResult | undefined ]; //# sourceMappingURL=index.d.ts.map