import { CollectionPreferencesProps } from './interfaces';
export { CollectionPreferencesProps };
export default function CollectionPreferences({ title, confirmLabel, cancelLabel, disabled, onConfirm, onCancel, visibleContentPreference, pageSizePreference, wrapLinesPreference, preferences, customPreference, ...rest }: CollectionPreferencesProps): JSX.Element;
