import { OrientationTypes } from './orientation-types.enum'; export declare class OrientationConfiguration { /** Where the tour step will appear next to the selected element */ OrientationDirection: OrientationTypes; /** When this orientation configuration starts in pixels */ MaximumSize?: number; } //# sourceMappingURL=orientation-configuration.model.d.ts.map