import { IStyles } from "./interfaces"; export declare const Wrapper: import("styled-components").StyledComponent<"section", any, {}, never>; export declare const SlidesWrapper: import("styled-components").StyledComponent<"div", any, IStyles, never>;