interface StyledComponentContextProps {
    /**
     * Children.
     */
    children: React.ReactNode;
    /**
     * Cache key.
     */
    cacheKey: string;
}
export declare const StyledComponentContext: React.FC<StyledComponentContextProps>;
export {};
//# sourceMappingURL=index.d.ts.map