import type { OldStateProps, StateKind } from './converter.old'; export type { StateKind }; export type StateProps = OldStateProps; export declare const State: (props: StateProps) => import("@emotion/react/jsx-runtime").JSX.Element;