export default function Row(props: {
    isStandalone: boolean | undefined;
    align?: string;
    children: any;
}): any;
