import React from 'react';
import { ExtractProps } from '@workday/canvas-kit-react/common';
import { Box } from '@workday/canvas-kit-react/layout';
export interface ExpandableTitleProps extends ExtractProps<typeof Box, never> {
    /**
     * Children of the `Expandable.Title`. This should contain a string for the title
     */
    children: React.ReactNode;
}
export declare const ExpandableTitle: import("@workday/canvas-kit-react/common").ElementComponent<"div", ExpandableTitleProps>;
//# sourceMappingURL=ExpandableTitle.d.ts.map