import * as React from 'react';
import type { HTMLAttributesWithRootRef } from '../../types';
export type ListProps = HTMLAttributesWithRootRef & {
/**
* Задает отступ между элементами.
*/
gap?: number;
};
/**
* @see https://vkui.io/components/cell#list
*/
export declare const List: ({ children, gap, ...restProps }: ListProps) => React.ReactNode;
//# sourceMappingURL=List.d.ts.map