import type { Component } from '../../../types'; declare const componentState: ({ component }: { component: Component; }) => () => JSX.Element | null; export default componentState;