import type { PageProps } from './types'; export declare const usePageAside: (asideProps: Pick, subProps: Record) => () => JSX.Element;