import { FC } from 'react';
import { NativeProps } from '../../utils/native-props';
export declare type AutoCenterProps = NativeProps;
export declare const AutoCenter: FC<AutoCenterProps>;
