/**
 * Defines the button configurations for header, chat input and footer.
 */
export type ButtonConfig = {
    header: JSX.Element[];
    chatInput: JSX.Element[];
    footer: JSX.Element[];
};
//# sourceMappingURL=ButtonConfig.d.ts.map