interface SidebarTriggerProps { onPress?: () => void; } export declare const SidebarTrigger: (props: SidebarTriggerProps) => JSX.Element; export {};