export declare const DEFAULT_LIMIT = 50;
export declare const DEFAULT_ITEMS_LIMIT = 12;
export interface MyLimitSelectProps {
    defaultValue?: number;
    onLimitChange: (limit: string) => void;
}
export declare const MyLimitSelect: ({ defaultValue, onLimitChange, }: MyLimitSelectProps) => import("react/jsx-runtime").JSX.Element;
export default MyLimitSelect;
//# sourceMappingURL=MyLimitSelect.d.ts.map