export namespace flexPositions {
    let start: string;
    let center: string;
    let end: string;
}
export namespace dataHooks {
    let modalCloseButton: string;
    let navigationPrevButton: string;
    let navigationNextButton: string;
    let navigationPrevTooltip: string;
    let navigationNextTooltip: string;
}
export namespace ariaDescribedBy {
    let navigationPrev: string;
    let navigationNext: string;
}
export namespace labels {
    let close: string;
}
//# sourceMappingURL=constants.d.ts.map