import { type ViewStyle } from "react-native"; import { type FormSkin } from "./form.shared.js"; export declare const flex1: ViewStyle; export declare const flexAuto: ViewStyle; export declare const twoColumnGap = 16; export declare const twoColumnItem: ViewStyle; export declare const webSkin: FormSkin; export declare const iosSkin: FormSkin; export declare const androidSkin: FormSkin; //# sourceMappingURL=form.styles.d.ts.map