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