import { SurveyAppearanceTheme } from '../surveys-utils'; export declare function BottomSection({ text, submitDisabled, appearance, onSubmit, link, skipSubmitButton, }: { text: string; submitDisabled: boolean; appearance: SurveyAppearanceTheme; onSubmit: () => void; link?: string | null; skipSubmitButton?: boolean; }): JSX.Element;