declare const _default: { componentName: string; title: string; props: { name: string; propType: string; defaultValue: { padding: number; }; }[]; configure: { events: { supportedLifecycles: { description: string; name: string; }[]; }; supports: { style: boolean; }; component: { isContainer: boolean; disableBehaviors: string; }; }; }[]; export default _default;