import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    menu: {
        flexDirection: "row";
        alignItems: "center";
        height: number;
        backgroundColor: string;
    };
};
