import React from 'react'; export interface PageSubHeaderProps { className?: string; } /** * PageSubHeader implements a consistent sub header for a page in which content which is passed as children rendered * with standard padding given by design team - top and bottom: 16px, left and right: 24px */ export declare const PageSubHeader: React.FC;