declare const style: string; export default style; export declare const styles: ({ index, itemHeight, auto, }: { index?: number; itemHeight: number; auto: boolean; }) => string;