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