import type { DialogProps } from '~/components/Dialog/types';
export type AlertProps = Omit<DialogProps, 'size' | 'padding' | 'scrollable' | 'media' | 'mediaCaptions' | 'autoPlayVideo' | 'titleAlign' | 'actionLayout'>;
