import React from "react";
export interface HangingIdCardProps {
    children?: React.ReactNode;
    ropeLength?: number;
    ropeColor?: string;
    className?: string;
    name?: string;
    role?: string;
    badgeId?: string;
    accentColor?: string;
}
export declare const HangingIdCard: ({ children, ropeLength, ropeColor, className, name, role, badgeId, accentColor, }: HangingIdCardProps) => import("react/jsx-runtime").JSX.Element;
export default HangingIdCard;
//# sourceMappingURL=HangingIdCard.d.ts.map