import { ReactElement } from 'react';
interface Props {
    text: string;
}
export declare function LinkCustom({ text }: Props): ReactElement;
export {};
