/// import { FiltersMap } from '@wix/bex-core'; import { BoxProps } from '@wix/design-system'; import { PickerStandaloneState } from '../../state'; export interface PickerStandaloneLayoutTitlesProps extends BoxProps { state: PickerStandaloneState; defaultTitle?: string; defaultSubtitle?: string; titleMaxLines?: number; } declare function _PickerStandaloneLayoutTitles(props: PickerStandaloneLayoutTitlesProps): JSX.Element; export declare const PickerStandaloneLayoutTitles: typeof _PickerStandaloneLayoutTitles & { displayName: string; }; export {}; //# sourceMappingURL=PickerStandaloneLayoutTitles.d.ts.map