import { type MenuSubProps } from './types.js'; export type { MenuSubProps }; /** * @public */ export declare const Sub: (props: MenuSubProps) => import("react").JSX.Element; //# sourceMappingURL=Sub.d.ts.map