/// <reference types="react" />
declare type Props = React.PropsWithChildren<Partial<{
    numbers: boolean;
    className: string;
}>>;
export declare const Row: import("react").MemoExoticComponent<(props: Props) => JSX.Element>;
export {};
