import type { BoxProps } from "@twilio-paste/box"; import type { HTMLPasteProps } from "@twilio-paste/types"; import * as React from "react"; export interface FormControlTwoColumnProps extends HTMLPasteProps<"legend"> { /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default 'FORM_CONTROL_TWO_COLUMN' * @type {BoxProps['element']} * @memberof FormControlTwoColumnProps */ element?: BoxProps["element"]; children: React.ReactNode; } export declare const FormControlTwoColumn: React.ForwardRefExoticComponent>; //# sourceMappingURL=FormControlTwoColumn.d.ts.map