import React from 'react';
import { IListOptionsStandAlone } from './types/listOptions';
export declare const ListOptionsStandAlone: React.ForwardRefExoticComponent<IListOptionsStandAlone & React.RefAttributes<HTMLDivElement>>;
