import React from 'react'; import { FiltersMap } from '@wix/bex-core'; import { CollectionViewsState } from '../../state'; export interface SaveToNewViewFooterProps { state: CollectionViewsState; } declare function _SaveToNewViewFooter({ state, }: SaveToNewViewFooterProps): React.JSX.Element; export declare const SaveToNewViewFooter: typeof _SaveToNewViewFooter & { displayName: string; }; export {}; //# sourceMappingURL=SaveToNewViewFooter.d.ts.map