import { type DesignResourcePropertyDefinitionV1 } from "./design-resource-fact-manifest-types.js"; export declare const DESIGN_RESOURCE_STANDARD_PROPERTIES: DesignResourcePropertyDefinitionV1[]; export declare const DESIGN_RESOURCE_STANDARD_PROPERTY_KEYS: readonly string[]; export declare const DESIGN_RESOURCE_STANDARD_PROPERTY_BY_KEY: ReadonlyMap;