declare const _default: {
    colors: {
        background: string;
        text: string;
        primary: string;
    };
    styles: {
        CodeSurfer: {
            pre: {
                color: string;
                backgroundColor: string;
            };
            code: {
                color: string;
                backgroundColor: string;
            };
            tokens: {
                "comment cdata doctype": {
                    fontStyle: string;
                };
                "builtin changed keyword punctuation operator tag deleted string attr-value char number inserted": {
                    color: string;
                };
            };
            title: {
                backgroundColor: string;
            };
            subtitle: {
                color: string;
                backgroundColor: string;
            };
            container: {};
        };
    };
};
export default _default;
