import { type ImageSourcePropType } from 'react-native'; type Props = { accessibilityLabel?: string; pressColor?: string; pressOpacity?: number; tintColor?: string; imageSource?: ImageSourcePropType; testID?: string; }; export declare function DrawerToggleButton({ tintColor, accessibilityLabel, imageSource, ...rest }: Props): import("react").JSX.Element; export {}; //# sourceMappingURL=DrawerToggleButton.d.ts.map