declare const theme: {
    styles: {
        CodeSurfer: import("../styles").CodeSurferStyles;
    };
};
export { theme };
