export declare class ConfigNames { buttonBack?: string; buttonNext?: string; buttonFinish?: string; constructor(buttonBack?: string, buttonNext?: string, buttonFinish?: string); } export declare class AppStepConfig { justify: 'start' | 'center' | 'end' | 'fill' | 'justified'; orientation: 'horizontal' | 'vertical'; type: 'stepss' | 'pills'; configNames: ConfigNames; }