export interface IBackBottomProps {
    target?: HTMLElement | string | null;
    right?: number;
    bottom?: number;
    visibilityHeight?: number;
    parent?: boolean;
}
