import type { FC } from 'react'; import type { AppShellProps } from './AppShell.types'; export interface AppShellSearchProps { collapsed: boolean; searchLabel: string; searchInput: AppShellProps['searchInput']; } export declare const AppShellSearch: FC; //# sourceMappingURL=AppShellSearch.d.ts.map