import { type ViewStyle } from "react-native"; import { type MediaObjectSkin } from "./media-objects.shared.js"; export type Align = "center" | "start"; export type Direction = "reversed" | "leading"; export declare const DIRECTION_ROW: Record; export declare const ALIGN_ITEMS: Record; export declare const webSkin: MediaObjectSkin; export declare const iosSkin: MediaObjectSkin; export declare const androidSkin: MediaObjectSkin; //# sourceMappingURL=media-objects.styles.d.ts.map