declare const cssClasses: { PREFIX: string; }; declare const strings: { readonly SIZE: readonly ["small", "default"]; readonly SLIDE_COLOR: readonly ["primary", "tertiary", "muted"]; readonly MAX_WIDTH: "200px"; readonly MAX_HEIGHT: "750px"; readonly POSITION_SET: readonly ["top", "topLeft", "topRight", "left", "leftTop", "leftBottom", "right", "rightTop", "rightBottom", "bottom", "bottomLeft", "bottomRight", "leftTopOver", "rightTopOver"]; }; export { cssClasses, strings };