export declare class ListSeparatorComponent { /** @option Background Color of the ListSeparator | null */ backgroundColor: string; /** @option Color of the ListSeparator line | null */ lineColor: string; /** @option Margin of the ListSeparator | null */ margin: string; /** @option Text of the ListSeparator | null */ text: string; /** @option TextColor of the ListSeparator | null */ textColor: string; /** @option Padding around text of the ListSeparator | null */ textPadding: string; readonly _backgroundColor: string; readonly _lineColor: string; readonly _margin: string; }