import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { DropdownVariables } from './dropdownVariables';
import { DropdownItemProps } from '../../../../components/Dropdown/DropdownItem';
export declare type DropdownItemStylesProps = Pick<DropdownItemProps, 'selected' | 'active' | 'isFromKeyboard'> & {
    hasContent?: boolean;
    hasHeader?: boolean;
};
export declare const dropdownItemStyles: ComponentSlotStylesPrepared<DropdownItemStylesProps, DropdownVariables>;
