export type SingleBooleanValuedAttribute = {
    DisplayValue?: boolean;
    Label?: string;
    Locale?: string;
};
//# sourceMappingURL=single-boolean-valued-attribute.d.ts.map