import { FlattenSimpleInterpolation } from 'styled-components'; import { MqProp } from '..'; declare const applyMqProps: ( prop: MqProp, callback: Function | string | FlattenSimpleInterpolation ) => import('styled-components').RuleSet; export default applyMqProps;