declare const _default: {
  searchPad: (string | typeof SearchPad)[];
};
export default _default;
import SearchPad from './SearchPad';
