export declare const buttonAction: {
    none: string;
    save: string;
    cancel: string;
};
export declare const form: {
    recordSelected: string;
    recordsSelected: string;
};
