///
export interface MenuSearchProps extends React.HTMLProps {
/** Items within search */
children?: React.ReactNode;
/** @hide Forwarded ref */
innerRef?: React.Ref;
}
export declare const MenuSearch: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
//# sourceMappingURL=MenuSearch.d.ts.map