import React from 'react';
import { LayoutChangeEvent } from 'react-native';
import { AnimatedNoticeProps } from './type';
declare const _default: React.NamedExoticComponent<AnimatedNoticeProps & {
    height: number;
    onContentLayout: (e: LayoutChangeEvent) => void;
}>;
export default _default;
//# sourceMappingURL=AnimatedNotice.d.ts.map