import { FunctionComponent } from 'react'; declare type RcDialerProps = {}; declare const RcDialer: FunctionComponent; export { RcDialer }; export type { RcDialerProps };