import type { StyledContext } from '../types'; export declare const createStyledContext: >(defaultValues?: VariantProps, namespace?: string) => StyledContext; //# sourceMappingURL=createStyledContext.d.ts.map