declare const colorSchemeToVariant: { primary: string; neutral: string; red: string; }; export declare function ProcedureFormButton({ text, colorScheme, loading, }: { text: string; colorScheme: keyof typeof colorSchemeToVariant; loading: boolean; }): import("react/jsx-runtime").JSX.Element; export {};