import * as React from 'react'; export interface DMSubMenuProps { label: string; size?: 'small'; disabled?: boolean; children: React.ReactNode; id?: string; } export declare function DMSubMenu({ children, size, disabled, label, id, }: DMSubMenuProps): JSX.Element; //# sourceMappingURL=DMSubMenu.d.ts.map