import type { HTMLAttributes } from 'react';
export declare const HEADER_AREA: "header";
export declare const BODY_AREA: "body";
export declare const FOOTER_AREA: "footer";
export type ShowBorderProp = {
$showBorder?: boolean;
};
export type IntrinsicAttributes = HTMLAttributes & Record<`data-${string}`, unknown>;
//# sourceMappingURL=constants.d.ts.map