import type { Theme } from '@mui/material'; import type { SerializedStyles } from '@emotion/serialize'; export declare function customStyleAccordion(props: { useCustomStyle: boolean; theme: Theme; }): SerializedStyles; export declare function customStyleSummary(props: { useCustomStyle: boolean; theme: Theme; }): SerializedStyles; export declare function customStyleDetails(props: { useCustomStyle: boolean; theme: Theme; }): SerializedStyles; //# sourceMappingURL=Accordion.styles.d.ts.map