import { FiltersMap } from '@wix/bex-core'; import { ReactElement } from 'react'; import { TextButtonProps } from '@wix/design-system'; import { PickerStandaloneState } from '../../state'; export interface PickerStandaloneLayoutFooterProps { state: PickerStandaloneState; createNewAction?: ReactElement; } declare function _PickerStandaloneLayoutFooter(props: PickerStandaloneLayoutFooterProps): JSX.Element; export declare const PickerStandaloneLayoutFooter: typeof _PickerStandaloneLayoutFooter & { displayName: string; }; export {}; //# sourceMappingURL=PickerStandaloneLayoutFooter.d.ts.map