declare const _default: {
    listContentItem: {
        padding: number;
    };
    card: {
        minHeight: string;
    };
    selectedItemWrapper: {
        padding: string;
        $nest: {
            "&.v-chip.v-chip--removable": {
                minWidth: string;
            };
            ".v-chip__close .v-icon": {
                cursor: "pointer";
            };
        };
    };
    avatar: {
        height: string;
        width: string;
        background: string;
        marginRight: string;
        $nest: {
            ".fa": {
                fontSize: string;
                color: "white";
            };
        };
    };
    scrollContainer: {
        maxHeight: string;
        overflowY: "auto";
    };
    scrollContainerWithoutTabs: {
        maxHeight: string;
        overflowY: "auto";
    };
    inputLabel: {
        $nest: {
            ".v-text-field--filled .v-select__slot>.v-label--active": {
                top: string;
            };
        };
    };
};
export default _default;
