import React, { ComponentPropsWithoutRef } from 'react'; import { MarginProps } from '../../helpers'; import { TagProps } from './Tag'; export interface FeatureSetProps extends ComponentPropsWithoutRef<'ul'>, MarginProps { tags: TagProps[]; } export declare const FeatureSet: React.FC; //# sourceMappingURL=FeatureSet.d.ts.map