import type { CnDialogButtonProps } from './cn-dialog-button-props';
export type FooterAction = 'cancel' | 'ok' | CnDialogButtonProps;
