import React from 'react'; import type { StyleReactProps } from '../interfaces'; export type StencilReactExternalProps = PropType & Omit, 'style'> & StyleReactProps; export declare const mergeRefs: (...refs: React.Ref[]) => (value: ElementType) => void; export declare const createForwardRef: (ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent, "style"> & StyleReactProps> & React.RefAttributes>; export * from './attachProps'; export * from './case';