/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; export interface CardSectionProps extends JSX.HTMLAttributes { /** Header row: baseline aligned, space between. */ header?: boolean; } /** * A row inside a `Card` with `padding="none"`, ruled off from its siblings. * * @example * TitleBody */ export declare const CardSection: import("preact").FunctionalComponent & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=CardSection.d.ts.map