export namespace alignment { export const center: string; export { content }; export const left: string; export const right: string; } declare namespace content { export const bottom: string; const center_1: string; export { center_1 as center }; const left_1: string; export { left_1 as left }; const right_1: string; export { right_1 as right }; export const top: string; } export {}; //# sourceMappingURL=alignments.d.ts.map