declare const variantOrPrimary: (modalActions: {
    [x: string]: any;
}, actionKey: string) => any;
declare const labelOrActionKey: (modalActions: {
    [x: string]: any;
}, actionKey: string) => any;
declare const doesDefineClose: (modalActions: {
    [x: string]: any;
}) => boolean;
export { variantOrPrimary, labelOrActionKey, doesDefineClose };
