import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const Inline: (props: Props) => JSX.Element; export declare const Small: (props: Props) => JSX.Element; export declare const Multi: (props: Props) => JSX.Element; export declare const Accesibility: (props: Props) => JSX.Element; //# sourceMappingURL=SelectGroup.stories.d.ts.map