/// export interface Props { current?: number; showShortcuts?: boolean; total?: number; } export default function PageActions(props: Props): JSX.Element;