import React from 'react';
export interface FooterHelpProps {
    /** The content to display inside the layout. */
    children?: React.ReactNode;
    /** Horizontal alignment of the component */
    align?: 'start' | 'center' | 'end';
}
export declare function FooterHelp({ children, align }: FooterHelpProps): React.JSX.Element;
//# sourceMappingURL=FooterHelp.d.ts.map