import React from 'react'; export interface Props extends React.LinkHTMLAttributes { href: string; } export declare function Stylesheet(props: Props): JSX.Element; //# sourceMappingURL=Stylesheet.d.ts.map