interface KeepStepPointTheme {
    default: string;
    border: string;
    icon: string;
}
export declare const stepPointTheme: KeepStepPointTheme;
export {};
