/// <reference types="react" />
export interface IStylesheetProps {
    href: string;
    title?: string;
}
export declare const Stylesheet: (props: IStylesheetProps) => JSX.Element;
