type BackTopProps = { classList?: any; class?: string; style?: any; bottom?: number; right?: number; children?: any; height?: number; duration?: number; onClick?: Function; }; export declare function BackTop(props: BackTopProps): import("solid-js").JSX.Element; export {};