import { HorizontalAlignment, VerticalAlignment } from '../Types/AlignmentTypes'; export default interface Alignments { vertical: VerticalAlignment; horizontal: HorizontalAlignment; } //# sourceMappingURL=Alignments.d.ts.map