export interface State { searchValue: string; widthMap: any; } declare const _default: any; export default _default;