import { PickerModalState } from '../../hooks'; import { ReactElement } from 'react'; import { FiltersMap } from '@wix/bex-core'; import { CustomModalLayoutProps } from '@wix/design-system'; export interface PickerModalSplashProps extends Partial { state: PickerModalState; renderError: (params: { err: unknown; isOnline: boolean; }) => ReactElement; } export declare function PickerModalSplash(props: PickerModalSplashProps): JSX.Element; //# sourceMappingURL=PickerModalSplash.d.ts.map