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