type TypeScrollTopProps = { isFixed?: boolean; }; export declare const createCompositeLayoutScrollTop: (props: TypeScrollTopProps) => { element: HTMLDivElement; styles: string; events: { load: () => void; }; }; export {}; //# sourceMappingURL=index.d.ts.map