interface StencilReactInternalProps extends React.HTMLAttributes { forwardedRef: React.RefObject; ref?: React.Ref; } export declare const manipulatePropsFunction: (originalProps: StencilReactInternalProps, propsToPass?: Record) => { dangerouslySetInnerHTML: { __html: string | TrustedHTML; }; }; export {};