export interface FeatureProps { features: string | Array | string>; loader?: boolean | React.ReactType; whenDisabled?: React.ReactType; children?: React.ReactType; negate?: boolean; } declare const Feature: React.ComponentType; export default Feature;