import type { FC } from 'react';
import type { DialogProps } from './dialog.taro';
declare const CustomFooter: FC<Partial<DialogProps>>;
export default CustomFooter;
