import React, { JSX } from 'react'; interface Props { children: JSX.Element; props: object; } export declare const StateProps: React.FC; export {};