import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class Gallery implements ComponentInterface { $container: HTMLElement; position: number; containerWidth: number; childWidth: number; margin: number; $el: HTMLElement; heading: string; href: string; gutter: 'none' | 'xxxs' | 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xxxl'; itemWidth: string; prevButtonText: string; nextButtonText: string; linkText: string; linkTag: string; hrefProp: string; isStart: boolean; isEnd: boolean; componentDidRender(): void; componentDidLoad(): void; private initGalleryItems; private setScrollListener; private scrollRight; private scrollLeft; private scroll; private scrollTo; private supportsSmoothScrolling; private setScrollValues; private getScrollWidth; render(): any; }