import { FC } from 'react'; import { ToggleListProps } from './types'; export * from './types'; export declare const ToggleList: FC; //# sourceMappingURL=index.d.ts.map