import type { State } from '../../types'; declare const hasInlineStyle: (state: State) => boolean; export default hasInlineStyle;