export declare const Command: (props: import("./command.shared.js").CommandProps) => import("react").JSX.Element | null; export type { CommandProps, CommandItem, CommandGroup } from "./command.shared.js"; //# sourceMappingURL=command.ios.d.ts.map