import { CommandList } from '../types'; interface SlashCommandListProps { commandList?: CommandList[]; } export declare function SlashCommandList({ commandList }: SlashCommandListProps): import("react/jsx-runtime").JSX.Element; export {};