import { ReactNode } from 'react'; import { PageContainerProps } from './layout'; export declare type TestimonialsTweetsProps = { heading?: ReactNode; subheading?: ReactNode; tweets: string[]; animate?: any; } & PageContainerProps; export declare function TestimonialsTweets({ heading, subheading, tweets, animate, ...rest }: TestimonialsTweetsProps): JSX.Element; //# sourceMappingURL=TestimonialsTweets.d.ts.map