import { type HeadingProps } from '../heading/heading';
export type DropdownHeadingProps = HeadingProps;
/**
* DropdownHeading component, used to display a heading in the Dropdown.
*
* @example
*
* Heading
*
*/
export declare const DropdownHeading: import("react").ForwardRefExoticComponent<{
level?: 1 | 2 | 3 | 4 | 5 | 6;
'data-size'?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
asChild?: boolean;
} & import("react").HTMLAttributes & import("react").RefAttributes>;
//# sourceMappingURL=dropdown-heading.d.ts.map