import * as React from "react";
export declare const hrefToComponentStyles: string;
type WithComponentStylesProps = {
    children?: React.ReactNode;
};
export declare const WithComponentStyles: React.FC<WithComponentStylesProps>;
export {};
