import React from 'react';
export interface Props extends React.LinkHTMLAttributes<HTMLLinkElement> {
    href: string;
}
export declare function Style(props: Props): JSX.Element;
