import { fshrules } from 'fsh-sushi'; import { ExportableRule } from '.'; export type ExportableValueSetComponentRule = ExportableValueSetConceptComponentRule | ExportableValueSetFilterComponentRule; export declare class ExportableValueSetConceptComponentRule extends fshrules.ValueSetConceptComponentRule implements ExportableRule { indent: number; constructor(inclusion: boolean); } export declare class ExportableValueSetFilterComponentRule extends fshrules.ValueSetFilterComponentRule implements ExportableRule { indent: number; constructor(inclusion: boolean); }