import React from "react"; declare type Props = { label: string; active?: boolean; onClick?: (event: any) => void; href?: string; target?: "_blank" | "_self" | "_parent" | "_top"; disabled?: boolean; }; export declare const SidebarSubOption: React.FC; export {};