interface Props {
    source: string;
}
export declare function Preconnect({ source }: Props): null;
export {};
