import { LczPaginationProps } from '../type'; interface WrapperProps extends LczPaginationProps { selectHeight: number; } export declare const LczPaginationWrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; export {};