import { ReactElement } from 'react'; import { StyledClassName } from '../types/StyledClassName'; export interface _IStyledChildProps { _className: StyledClassName | undefined; _child: ReactElement; } export declare const _StyledChild: import("../_getInternalComponent").RCIJFC<_IStyledChildProps>;