import { Units, StyledContext } from '../types/css.types'; export declare function createStyledContext(units: Pick): StyledContext;