interface ForkMeProps {
    gitHubUrl: string;
    text?: string;
    width?: string | number;
    height?: string | number;
    bgColor?: string;
    shadowColor?: string;
    textColor?: string;
    noAutoFork?: boolean;
}
/**
 * # ForkMe
 * Fork me ribbon
 *
 * @param props - ForkMeProps
 * @returns React.ReactElement
 */
export declare function ForkMe({ gitHubUrl, text, width, height, bgColor, shadowColor, textColor, noAutoFork, }: ForkMeProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=fork-me.d.ts.map