type As = React.ElementType; type BlockedGlobalHTMLAttrs = "style" | "className" | "color"; type PropsOf = React.ComponentPropsWithoutRef; export type HTMLPasteProps = Omit, "ref" | BlockedGlobalHTMLAttrs>; export {};