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