import { SimpleElement } from '@simple-dom/interface'; export declare function normalizeProperty(element: SimpleElement, slotName: string): { normalized: string; type: string; }; export declare function normalizePropertyValue(value: unknown): unknown; //# sourceMappingURL=props.d.ts.map