import { CSSProperties, FunctionalComponent } from "vue";

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