declare const Dividers: {
    d10: {
        borderBottomWidth: number;
        borderColor: string;
    };
    d20: {
        borderBottomWidth: number;
        borderColor: string;
    };
};
export default Dividers;
