export interface VerifyUnlockFinancialStackSectionProps { className?: string; onStartKybClick: () => void; onStartKycClick: () => void; } export declare const VerifyUnlockFinancialStackSection: ({ onStartKycClick, onStartKybClick, className, }: VerifyUnlockFinancialStackSectionProps) => import("react/jsx-runtime").JSX.Element;