declare const styles: {
        /**
         * dark theme class
         */
        dark: string;

        /**
         * light theme class
         */
        light: string;
};

export default styles;