interface WrapperProps {
    align: 'left' | 'right' | 'end' | 'start' | 'center' | 'space-around' | 'space-between';
    scroll: boolean;
}
export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, WrapperProps, never>;
export declare const StoriesBlock: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
interface StoriesProps {
    noWrap: boolean;
    fade: boolean;
}
export declare const Stories: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StoriesProps, never>;
export {};
