import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    button_bar: {
        flexDirection: "row";
        justifyContent: "flex-end";
        alignItems: "center";
        paddingHorizontal: number;
    };
    button_bar_alone: {
        flexDirection: "column";
        alignItems: "stretch";
        justifyContent: "center";
    };
    btn: {
        marginLeft: number;
        minWidth: number;
    };
};
