declare const theme: {
    white: string;
    black: string;
};
export default theme;
