declare const _default: {
    container: {
        fontSize: number;
    };
    itemHeader: {
        fontSize: string;
        paddingBottom: string;
        color: "rgba(0,0,0,.54)";
    };
    item: {
        fontWeight: number;
        color: "rgba(0, 0, 0, 0.87)";
    };
};
export default _default;
