/// import { OptionList } from '.'; declare const meta: { component: typeof OptionList; title: string; decorators: ((...args: any) => any)[]; }; export default meta; export declare const basic: () => JSX.Element; export declare const withTitle: () => JSX.Element; export declare const withHiddenTitle: () => JSX.Element; export declare const withPrimaryAndSecondaryContent: () => JSX.Element; export declare const withMultipleSelection: () => JSX.Element;