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