import { CSSObject, FlattenSimpleInterpolation } from 'styled-components'; export declare const getCssStyle: (widthsProp: string | undefined, $css: CSSObject | string | FlattenSimpleInterpolation | undefined) => import('styled-components').FlattenInterpolation> | undefined;