import { SimpleInterpolation } from 'styled-components';
import { ComponentProps, ModifiersConfig } from '../types';
export default function modifiedStyles(modifierKeys: string | string[] | undefined, modifierConfig: ModifiersConfig | undefined, componentProps: ComponentProps): SimpleInterpolation;
//# sourceMappingURL=modifiedStyles.d.ts.map