import React, { HTMLAttributes } from "react";
export interface EmptySlateFooterProps extends HTMLAttributes<HTMLDivElement> {
}
export declare const EmptySlateFooter: {
    ({ children, ...rest }: {
        [x: string]: any;
        children: any;
    }): React.JSX.Element;
    displayName: string;
};
//# sourceMappingURL=EmptySlateFooter.d.ts.map