import React from 'react'; export type DropdownMenuSubProps = React.PropsWithChildren; export declare function DropdownMenuSub({ children }: DropdownMenuSubProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Sub.d.ts.map