export declare const NotionColor = "\n &.gray {\n color: rgba(120, 119, 116, 1) !important;\n border-color: rgba(120, 119, 116, 1);\n }\n &.brown {\n color: rgba(159, 107, 83, 1) !important;\n border-color: rgba(159, 107, 83, 1);\n }\n &.orange {\n color: rgba(217, 115, 13, 1) !important;\n border-color: rgba(217, 115, 13, 1);\n }\n &.yellow {\n color: rgba(203, 145, 47, 1) !important;\n border-color: rgba(203, 145, 47, 1);\n }\n &.green {\n color: rgba(68, 131, 97, 1) !important;\n border-color: rgba(68, 131, 97, 1);\n }\n &.blue {\n color: rgba(51, 126, 169, 1) !important;\n border-color: rgba(51, 126, 169, 1);\n }\n &.purple {\n color: rgba(144, 101, 176, 1) !important;\n border-color: rgba(144, 101, 176, 1);\n }\n &.pink {\n color: rgba(193, 76, 138, 1) !important;\n border-color: rgba(193, 76, 138, 1);\n }\n &.red {\n color: rgba(212, 76, 71, 1) !important;\n border-color: rgba(212, 76, 71, 1);\n }\n &.gray_background {\n background-color: rgba(241, 241, 239, 1) !important;\n }\n &.brown_background {\n background-color: rgba(244, 238, 238, 1) !important;\n }\n &.orange_background {\n background-color: rgba(251, 236, 221, 1) !important;\n }\n &.yellow_background {\n background-color: rgba(251, 243, 219, 1) !important;\n }\n &.green_background {\n background-color: rgba(237, 243, 236, 1) !important;\n }\n &.blue_background {\n background-color: rgba(231, 243, 248, 1) !important;\n }\n &.purple_background {\n background-color: rgba(244, 240, 247, 0.8) !important;\n }\n &.pink_background {\n background-color: rgba(249, 238, 243, 0.8) !important;\n }\n &.red_background {\n background-color: rgba(253, 235, 236, 1) !important;\n }\n";