import React, { FC } from 'react'; import { HotColumnProps } from './types'; declare const isHotColumn: (childNode: any) => childNode is React.ReactElement React.ReactElement | null) | (new (props: any, deprecatedLegacyContext?: any) => React.Component)>; declare const HotColumn: FC; export { HotColumn, isHotColumn };