import React from 'react'; type SwitchSearchProps = { onSwitch?: () => void; isSearchActive: boolean; className?: string; large?: boolean; }; declare const SwitchSearch: React.FC; export default SwitchSearch; //# sourceMappingURL=SwitchSearch.d.ts.map