export declare const LargeButton: React.FC<{ onClick: () => void; icon?: React.ReactNode; children?: React.ReactNode; disabled?: boolean; }>;