declare const styles: {
    root: string;
    title: string;
    caretDown: string;
    titleIsPlaceHolder: string;
    rootIsDisabled: string;
    titleIsError: string;
    panel: string;
    callout: string;
    errorMessage: string;
    items: string;
    item: string;
    itemIsDisabled: string;
    itemIsSelected: string;
    header: string;
    divider: string;
    optionText: string;
};
export = styles;
