import type { ReactElement } from 'react';
declare const PlanFeatureIcon: ({ color }: {
    color: string;
}) => ReactElement;
export default PlanFeatureIcon;
//# sourceMappingURL=PlanFeatureIcon.d.ts.map