import type { SpecifyRequiredProps } from '../types/utilities'; export declare namespace KottiFormSubmit { type PropsInternal = { label: string; }; type Props = SpecifyRequiredProps; type Translations = { errorsSectionTitle: string; title: string; warningsSectionTitle: string; }; }