export declare function getAlignmentStyles({ attribute, value, props }: { attribute: any; value: any; props: any; }): string; export declare function getCSSFromStyleObject(props: any, theme: any, colorMode: any, { fromProps, disableCSSProps, events }?: { fromProps?: boolean; disableCSSProps?: any[]; events?: {}; }): any;