import React from 'react'; import { DefaultProps } from '@asuikit/styles'; export interface CardSectionProps extends DefaultProps { variant?: string; /** Determines whether section should have border */ withBorder?: boolean; /** Determines whether section from inherit padding from Card */ inheritPadding?: boolean; } export declare const _CardSection: React.ForwardRefExoticComponent>; export declare const CardSection: ((props: import("@asuikit/utils").PolymorphicComponentProps) => React.ReactElement>) & Omit, "component" | keyof CardSectionProps> & { ref?: any; }) | (CardSectionProps & { component: React.ElementType; })>, never> & Record; //# sourceMappingURL=CardSection.d.ts.map