export interface OnboardingStep {
    text: string;
    image?: string;
}
export declare enum ModalPositions {
    Top = "Top",
    Bottom = "Bottom",
    Left = "Left",
    Right = "Right",
    Center = "Center"
}
