export interface GrabberProps { /** Bar width; the drawer variant is wider than a flow sheet's. */ width?: number; /** Distance from the sheet's top edge. */ top?: number; /** Fade with the sheet's rise — see {@link useSheetFade}. */ fadeWithSheet?: boolean; } /** * The bottom-sheet drag affordance. Absolutely positioned so each top bar lays * out its own content independently. Sheets rendering this must pass * `handleComponent={null}` to gorhom, or its default handle draws a second * grabber above it. */ export declare function Grabber({ width, top, fadeWithSheet, }: GrabberProps): import("react").JSX.Element; //# sourceMappingURL=Grabber.d.ts.map