import React from 'react'; interface RGContainerProps { style?: any; className?: string; onMouseDown?: any; onMouseUp?: any; onTouchEnd?: any; children?: React.ReactNode; [key: string]: any; componentId: any; } declare const RGComponent: React.ForwardRefExoticComponent & React.RefAttributes>; export { RGComponent }; //# sourceMappingURL=RGComponent.d.ts.map