type Props = { commandTitle: string; }; declare const Command: ({ commandTitle }: Props) => JSX.Element | null; export default Command;