import type { ViewStyle } from "react-native"; import type { ColumnKeys } from "./types"; export declare const styles: { row: { flexDirection: "row"; }; }; export declare const columnStyles: Record; export declare const gapStyles: Record<"small" | "base" | "none" | "smallest" | "smaller" | "large", ViewStyle>;