interface Props { callHandler?: (callee: string) => void; } declare const DialScreen: (props: Props) => JSX.Element; export default DialScreen;