export type DensitySwitcherProps = {
    className?: string;
    triggerClassName?: string;
    menuClassName?: string;
};
export declare const DensitySwitcher: import('react').ForwardRefExoticComponent<DensitySwitcherProps & import('react').RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=density-switcher.d.ts.map