/// import { DictionaryProps } from "./dictionary.props"; /** * control definition */ declare function Dictionary(props: DictionaryProps): JSX.Element; export { Dictionary }; export default Dictionary;