export declare const stringProp: (name: string, title: string, tip?: string, placeholder?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }; export declare const pxProp: (name: string, title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }; export declare const padding: (type: '' | 'left' | 'right' | 'top' | 'bottom', title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }; export declare const lengthProp: (name: string, title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }; export declare const fontSize: (type: '' | 'header' | 'header-button' | 'item' | 'title' | 'description' | 'input', title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; suffix: string; }; })[]; }; export declare const backgroundColor: (type: 'active' | 'button' | 'input', title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: string[]; }; export declare const color: (type: '' | 'fill' | 'track' | 'background' | 'border' | 'placeholder' | 'disabled' | 'checked' | 'text' | 'checked-text' | 'inactive' | 'active' | 'active-line' | 'active-title' | 'input-font' | 'button-text' | 'onlybackground' | 'active-dot' | 'dot', title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: string[]; }; export declare const border: (type: '' | 'left' | 'right' | 'top' | 'bottom' | 'inner' | 'checked' | 'radius', title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: string[]; }; export declare const alignItems: (title: string, type?: string, defaultValue?: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; }; export declare const width: (type: '' | 'prefix' | 'track' | 'text' | 'max' | 'min', title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }; export declare const height: (type: '' | 'prefix' | 'track' | 'text', title: string, tip?: string) => { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; };