import { CenterProps } from '../Center'; import { PrismaneStyles, Versatile, PrismaneVersatile, PrismaneProps } from '../../types'; export type SquareProps = PrismaneVersatile>; type SquareComponent = (props: SquareProps) => any; declare const Square: SquareComponent; export default Square; //# sourceMappingURL=Square.d.ts.map