import { DrawerActionsProps } from '@bluebase/components'; import React from 'react'; /** * DrawerActions (Legacy) * This is a render prop component which passes the navigation actions * to the child component. It's useful when you cannot pass the navigation * actions into the component directly, or don't want to pass it in case * of a deeply nested child. */ export declare const DrawerActions: React.ComponentType;