import { CSSProperties, FunctionalComponent } from "vue";

//#region ../../packages/components/table-v2/src/renderers/footer.d.ts
type FooterRendererProps = {
  class?: JSX.IntrinsicAttributes['class'];
  style: CSSProperties;
};
declare const Footer: FunctionalComponent<FooterRendererProps>;
//#endregion
export { Footer as default };