/// import './styles.css'; export interface Props { } export declare const Intro: (props: Props) => JSX.Element;