import type { PropCaseCollector } from "../../../utils/element-extenders/map-properties"; import type { MarkupAttributes } from "../../../utils/markup-attributes"; import type { MarkupElementProps } from "../markup-elem"; export declare const createMarkupPropMapper: (attributes: A, defaults?: Partial) => >(mapper: M) => PropCaseCollector;