import React from 'react'; import { GenericComponentType } from '../../types'; export type ISquareComponentType = GenericComponentType; export declare const Square: ISquareComponentType, { size: { xs: unknown; sm: unknown; md: unknown; lg: unknown; xl: unknown; '2xl': unknown; }; }, import("react-native").ViewProps, "Square">>>;