import React, { PropsWithChildren } from "react";
export interface CommandPaletteListProps {
    heading?: string;
    visible?: boolean;
}
export declare const CommandPaletteList: {
    ({ children, heading, visible, }: PropsWithChildren<CommandPaletteListProps>): React.JSX.Element | null;
    displayName: string;
};
//# sourceMappingURL=CommandPaletteList.d.ts.map