import { SxProp } from './sx';
import { ComponentProps } from './utils/types';
declare const Pagehead: import("styled-components").StyledComponent<"div", any, SxProp, never>;
export declare type PageheadProps = ComponentProps<typeof Pagehead>;
export default Pagehead;