import React from 'react'; interface Props { ratio: string; } export declare const RatioSquareComponent: React.FC; export {};