import * as React from "react"; type Props = { size?: "XS" | "S" | "M" | "L" | "XL" | "XXL"; color?: string; style?: object; }; declare function OrdinalsBlock9450X({ size, color, style }: Props): React.JSX.Element; export default OrdinalsBlock9450X; //# sourceMappingURL=OrdinalsBlock9450X.d.ts.map